projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea89033
)
(weight_table): Add `demi' with the same meaning as
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 16 Nov 2000 04:39:03 +0000
(
04:39
+0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 16 Nov 2000 04:39:03 +0000
(
04:39
+0000)
`demibold'.
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 732acbd0163acca48a5568310d39a472d5e72951..bb674c7a1c97950ea9c044ddd0b3ed43e9091dac 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-1773,6
+1773,7
@@
static struct table_entry weight_table[] =
{"black", XLFD_WEIGHT_ULTRA_BOLD, &Qultra_bold},
{"bold", XLFD_WEIGHT_BOLD, &Qbold},
{"book", XLFD_WEIGHT_SEMI_LIGHT, &Qsemi_light},
+ {"demi", XLFD_WEIGHT_SEMI_BOLD, &Qsemi_bold},
{"demibold", XLFD_WEIGHT_SEMI_BOLD, &Qsemi_bold},
{"extralight", XLFD_WEIGHT_EXTRA_LIGHT, &Qextra_light},
{"extrabold", XLFD_WEIGHT_EXTRA_BOLD, &Qextra_bold},